Skip to content

Additional documentation for holiday calendars #6840

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2014

Conversation

rockg
Copy link
Contributor

@rockg rockg commented Apr 8, 2014

@jreback here are the additional holiday examples. Let me know if you want something else.

DatetimeIndex(start='7/1/2012', end='7/10/2012',
freq=CDay(calendar=cal)).to_pydatetime()
# Weekend and holidays are skipped
offset = CustomBusinessDay(calendar=cal)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

split this up into multiple blocks (e.g. put separate ipython blocks where logical). You can the put the hash tagged text in their nicely. I find this a nice way to read docs.

@jreback jreback added the Docs label Apr 8, 2014
@jreback jreback added this to the 0.14.0 milestone Apr 8, 2014
@TomAugspurger
Copy link
Contributor

@rockg sorry I think I canceled your Travis build instead of mine on accident. Could you retriggger the build with

git commit --amend -C HEAD
git push origin <yourbranch> -f

Sorry!

@rockg
Copy link
Contributor Author

rockg commented Apr 8, 2014

I'm going to do another commit so no worries.

@jreback
Copy link
Contributor

jreback commented Apr 8, 2014

ping when u r ready to merge

@rockg
Copy link
Contributor Author

rockg commented Apr 9, 2014

@jreback Think I understood what you wanted regarding separate ipython blocks. Please take a look. Further, there was one bad piece of code that got in during the merge which I took out.

@jreback
Copy link
Contributor

jreback commented Apr 9, 2014

beautiful! thanks

jreback added a commit that referenced this pull request Apr 9, 2014
Additional documentation for holiday calendars
@jreback jreback merged commit 306a005 into pandas-dev:master Apr 9, 2014
@rockg rockg deleted the holiday-doc branch April 9, 2014 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants